projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268e243
)
* configure.ac (opsysfile): Forgot to set it to empty on sol2-10
author
Glenn Morris
<rgm@gnu.org>
Tue, 31 Jul 2012 06:46:42 +0000
(23:46 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 31 Jul 2012 06:46:42 +0000
(23:46 -0700)
when removing src/s/sol2-6.h yesterday.
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d1fe008ccf16786a37a65164a5d16cc7007f4da0..8d4b71742ecf239189aa8a83d3c961676ee4e6a6 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
2012-07-31 Glenn Morris <rgm@gnu.org>
+ * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
+ when removing src/s/sol2-6.h yesterday.
+
* configure.ac (USG5_4): Reintroduce this.
(opsysfile): Set to empty on irix6-5, sol2*, and unixware.
diff --git
a/configure.ac
b/configure.ac
index a5a59f96b173e82adbe03a2140f3a3c44547dd56..78e701387979d3d6f3e8fecbb12d992214aeb5a7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3811,7
+3811,7
@@
case $opsys in
sol2-10)
AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes
on Solaris.])
- opsysfile=
"s/sol2-6.h"
+ opsysfile=
;;
esac